home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 4,101 to 4,200 / aol-file-protocol-4400-4101-to-4200.zip / AOLDLs / ADV - Message Board Archives / Archived Msgs_ Disk from ASoft / AO.ASFTDISK.log next >
Text File  |  2014-11-30  |  1KB  |  34 lines

  1. America Online Archived Messages!
  2. Distribute freely, but don't modify.
  3. Archived Path: "BASIC/Writing to disk from applesoft"
  4. Copyright America Online.
  5. ===============================================================================
  6. Subj:  Writing to 3.5" disk                  90-10-23 21:21:16 EST
  7. From:  Hell Zone
  8. Posted on: America Online
  9.  
  10. I want to know how i can write to a 3.5" disk sector from applesoft. Say $0002(one of directory blks); and i want to patch the directory can i do it from basic instead of useing a sector editor?
  11.  
  12.  
  13. Thanx in advace - Hell Zone
  14.  
  15.  
  16. Path: BASIC/Writing to disk from applesoft
  17.  
  18. Subj:  You can providing...                  90-10-23 22:41:33 EST
  19. From:  AFA Gary J
  20. Posted on: America Online
  21.  
  22. You can do it providing you use the AppleSoft program to call a machine language subroutine!  There's no way to do it with straight AppleSoft.  Sorry.  (But the code to do it with machine language is relatively simple).
  23.  
  24. Gary
  25.  
  26.  
  27. Path: BASIC/Writing to disk from applesoft
  28.  
  29. Subj:  Writing to disk                       90-10-26 19:16:40 EST
  30. From:  DGum
  31. Posted on: America Online
  32.  
  33. That's right.  You'll need to write something short and sweet that you can either 'BRUN' or 'BLOAD' then call.  The info you need to write the binary file is in "ProDOS 8 Technical Reference Manual".  
  34.